/*关于我们*/


/*$$
{"color":[{"val":"#e8e8e8","title":"标题大A字体颜色"},
{"val":"#202020","title":"标题中文字体+正文+列表标题"},
{"val":"#999999","title":"标题英文字体+查看更多+列表正文"}],
"background":[{"val":"#f7f7f7","title":"整体背景颜色"},
{"val":"#ffffff","title":"上部分背景颜色"},
{"val":"#5f8e15","title":"查看更多鼠标滑过边框颜色"},
{"val":"#162123","title":"标题横线线颜色"}],
"border":[{"val":"#999999","title":"查看更多边框颜色"}]}
$$*/

#about_152 {
	width: 100%;
	background: url(./../../../static/images/IC00009_01.jpg) no-repeat top center #f7f7f7;
}

#about_152 .aboutBody {
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 60px;
}

#about_152 .aboutTop {
	width: 100%;
	background: #ffffff;
	padding: 25px 8.3% 60px 8.3%;

	box-shadow:0 0 10px 5px rgba(0,0,0,.1);
}

#about_152 .indexTitle {
	width: 100%;
}

#about_152 .aboutTop .titleBig {
	font-size: 130px;
	text-align: center;
	line-height: 130px;
	color: #e8e8e8;
	position: relative;
	z-index: 2;
}

#about_152 .aboutTop .titleCH {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #202020;
	margin-top: -65px;
	position: relative;
	z-index: 3;
}

#about_152 .aboutTop .titleLine {
	width: 14px;
	height: 1px;
	background: #162123;
	margin: 0 auto;
	margin-top: 15px;
	position: relative;
	z-index: 3;
}

#about_152 .aboutTop .titleEN {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	text-align: center;
	margin-top: 15px;
}

#about_152 .aboutTop p {
	font-size: 14px;
	line-height: 36px;
	color: #202020;
	margin-top: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	max-height:144px;
}

#about_152 .aboutMore{
	width: 195px;
	margin:90px auto 0 auto;
	position:relative;
	cursor: pointer;
}
#about_152 .aboutMore .moreBtn{
	border: #999999 solid 1px;
	width: 100%;
	display: block;
	padding-right: 50px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	background: url(./../../../static/images/IC00003_01.png) no-repeat 90% center;
	color: #999999;
}
#about_152 .aboutMore:hover .moreBtn{
	color:#202020;
}
#about_152 .aboutMore.btnAnimat .inner{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#about_152 .aboutMore.btnAnimat:before,
#about_152 .aboutMore.btnAnimat:after,
#about_152 .aboutMore.btnAnimat .inner:before,
#about_152 .aboutMore.btnAnimat .inner:after{
	background:#5f8e15;
}
#about_152 .aboutMore.btnAnimat:before,
#about_152 .aboutMore.btnAnimat:after,
#about_152 .aboutMore.btnAnimat .inner:before,
#about_152 .aboutMore.btnAnimat .inner:after{
	position:absolute;
	content:"";
	display:block;
	-webkit-transition:-webkit-transform 0.3s;
	transition:-webkit-transform 0.3s;
	transition:transform 0.3s;
	transition:transform 0.3s,-webkit-transform 0.3s;
}
#about_152 .aboutMore.btnAnimat:before,
#about_152 .aboutMore.btnAnimat:after{
	left:0;
	width:100%;
	height:1px;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
}
#about_152 .aboutMore.btnAnimat .inner:before,
#about_152 .aboutMore.btnAnimat .inner:after{
	top:0;
	width:1px;
	height:100%;
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
}

#about_152 .aboutMore.btnAnimat .inner:before{
	left:0;
}
#about_152 .aboutMore.btnAnimat .inner:after{
	right:0;
}
#about_152 .aboutMore.btnAnimat .inner:hover:before,
#about_152 .aboutMore.btnAnimat .inner:hover:after{
	-webkit-transform:scaleY(1);transform:scaleY(1);
}

#about_152 .aboutMore.btnAnimat:before{
	top:0;
}
#about_152 .aboutMore.btnAnimat:after{
	bottom:0;
}
#about_152 .aboutMore.btnAnimat:hover:before,
#about_152 .aboutMore.btnAnimat:hover:after{
	-webkit-transform:scaleX(1);transform:scaleX(1);
}
#about_152 .aboutMore.btnAnimat:hover .inner:before,
#about_152 .aboutMore.btnAnimat:hover .inner:after{
	-webkit-transform:scaleY(1);transform:scaleY(1);
}
#about_152 .aboutMore.btnAnimat.clockwise .inner:before{
	-webkit-transform-origin:top center;
	transform-origin:top center;
}
#about_152 .aboutMore.btnAnimat.clockwise .inner:after{
	-webkit-transform-origin:bottom center;
	transform-origin:bottom center;
}
#about_152 .aboutMore.btnAnimat.clockwise:before{
	-webkit-transform-origin:right center;
	transform-origin:right center;
}
#about_152 .aboutMore.btnAnimat.clockwise:after{
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
#about_152 .aboutMore.btnAnimat.clockwise:hover .inner:before{
	-webkit-transform-origin:bottom center;
	transform-origin:bottom center;
}
#about_152 .aboutMore.btnAnimat.clockwise:hover .inner:after{
	-webkit-transform-origin:top center;
	transform-origin:top center;
}
#about_152 .aboutMore.btnAnimat.clockwise:hover:before{
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
#about_152 .aboutMore.btnAnimat.clockwise:hover:after{
	-webkit-transform-origin:right center;
	transform-origin:right center;
}

#about_152 .aboutMore a {
	color: #999999;
}
#about_152 .aboutMore:hover a{
	color: #202020;
}
#about_152 .aboutBot {
	width: 100%;
	padding: 80px 0 0 0;
}

#about_152 .aboutBot ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#about_152 .aboutBot ul li {
	width: 16.7%;
}

#about_152 .aboutBot ul li img {
	width: 50%;
	margin: 0 auto;
	height: 54px;
	object-fit: contain;
}

#about_152 .aboutA {
	display: block;
}

#about_152 .aboutB {
	display: none;
}

#about_152 .aboutBot ul li:hover .aboutA {
	display: none;
}

#about_152 .aboutBot ul li:hover .aboutB {
	display: block;
}

#about_152 .aboutAA {
	font-size: 16px;
	line-height: 60px;
	color: #202020;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: 60px;
}

#about_152 .aboutAB {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 60px;
}


@media screen and (max-width:1200px) {
	#about_152 {
		width: 100%;
	}
	#about_152 .aboutBody {
		width: 90%;
	}
}


/* ipad */

@media screen and (max-width:992px) {
	#about_152 {
		width: 100%;
	}
	#about_152 .aboutBody {
		width: 90%;
	}
	#about_152 .aboutMore {
		width: 30%;
		margin-top: 60px;
	}
	#about_152 .aboutBot ul li {
		width: 20%;
	}
}


/* 手机 */

@media screen and (max-width: 767px) {
	#about_152 {
		width: 100%;
		background-size: auto 280px;
	}
	#about_152 .aboutBody {
		width: 90%;
		padding:30px 0 20px 0;
	}
	#about_152 .aboutTop {
		padding:0 5% 20px;
	}
	#about_152 .aboutMore {
		width: 55%;
		margin-top: 40px;
	}
	#about_152 .aboutBot {
		padding-top: 30px;
		padding-bottom: 0;
	}
	#about_152 .aboutBot ul {
		display: block;
	}
	#about_152 .aboutBot ul li {
		margin-right: 10%;
		float: left;
		width: 45%;
		margin-bottom: 20px;
	}
	#about_152 .aboutBot ul li:nth-child(2n) {
		margin-right: 0;
	}
	#about_152 .aboutTop .titleBig{
		margin-top: 0;
		font-size: 110px;
		line-height: 125px;
	}
	#about_152 .aboutTop p{
		margin-top: 0;
		line-height: 24px;
		margin-top: 10px;
		font-size: 12px;
	}
	#about_152 .aboutMore{
		margin-top: 15px;
	}
	#about_152 .aboutAA{
		font-size: 14px;
		line-height: 30px;
		height: 30px;
	}
	#about_152 .aboutAB{
		font-size: 12px;
		line-height: 20px;
		max-height: 40px;
	}
}